object ProgDialog: TProgDialog Left = 189 Top = 397 BorderStyle = bsDialog Caption = 'Install' ClientHeight = 135 ClientWidth = 360 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Gauge1: TGauge Left = 15 Top = 60 Width = 326 Height = 21 ForeColor = clHighlight Progress = 0 end object SourceLabel: TLabel Left = 15 Top = 10 Width = 77 Height = 16 Caption = 'SourceLabel' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object DestLabel: TLabel Left = 15 Top = 35 Width = 62 Height = 16 Caption = 'DestLabel' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CancelButt: TButton Left = 145 Top = 95 Width = 76 Height = 26 Caption = '&Cancel' TabOrder = 0 OnClick = CancelButtClick end end